home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3.iso / chapter7 / findres.h < prev    next >
Text File  |  1996-01-28  |  300b  |  15 lines

  1. #define IDM_EXIT           100
  2. #define IDM_TEST           200
  3. #define IDM_ABOUT          301
  4.  
  5. typedef struct
  6. {
  7.    SHORT Value1;
  8.    SHORT Value2;
  9.    SHORT Value3;
  10. }RESDATA;
  11.  
  12.  
  13. LRESULT CALLBACK WndProc  (HWND, UINT, WPARAM, LPARAM);
  14. LRESULT CALLBACK About    (HWND, UINT, WPARAM, LPARAM);
  15.